What is the use of Indexers in C#?
Why do we use Indexers in C#? How does indexers help in C# programming?
- 4028 Views
- 2 Answers
2 Answers
-
-
- 02 Apr
- 0 Comment
-
- What is C sharp coding? Explain your answer
- EXAM PATTERN, SYLLABUS AND ELIGIBILITY TO CRACK C SHARP PROG
- Is C# a good language to learn? Explain your answer
- How can I practice the questions of C Sharp Programming? Where to find study material?
- Is C++ better than C sharp? Explain your answer
- What is C Sharp used for? Explaijn your answer
- Is C# or C++ better for games? Explain your answer
- What are the different frameworks available to write code in c#?
- Is C# only for Windows? Explain your answer
- Is C# high level programming language? Is C++ and C# the same?
Practice Mock Test
c sharp programming
C# introduces a new concept known as Indexers that allows are classes or stucts to be used as arrays. The indexers are usually known as smart arrays in C#. An indexer or an indexed property, is a class property that allows you to access a member variable of a class or struct using the features of an array.